urlpattern
This crate implements the URLPattern
web API in Rust. We aim to
follow the specification as closely as possible.
Example
use UrlPattern;
use UrlPatternInput;
use UrlPatternInit;
use UrlPattern;
use UrlPatternInit;
use UrlPatternMatchInput;
Contributing
We appreciate your help!
The code of conduct from the Deno repository applies here too: https://github.com/denoland/deno/blob/main/.github/CODE_OF_CONDUCT.md.